put Return & "This button is used to move to the next product." & Return & "If this button is dimmed, there is not another product to go to ." & Return & Return & "Click here to exit Help." into textholder
end if
if number = 2
then
put Return & "This button is used to move to the previous product." & Return & "If this button is dimmed, there is not a previous product to go to." & Return & Return & "Click here to exit Help." into textholder
end if
if number = 3
then
put Return & "Clicking on this button will bring you to this Help card. " & "If this button is dimmed, help is not available at that point." & Return & Return & "Click here to exit Help." into textholder
end if
if number = 4
then
put Return & "Clicking on this button will take you to the main product 'shelf'. " & Return & Return & Return & "Click here to exit Help." into textholder
end if
if number = 5
then
put Return & "Clicking on this button gives you the option of leaving this" & " stack and returning to the Home stack or to the Finder." & Return & Return & "Click here to exit Help." into textholder
end if
if number = 6
then
put Return & "Clicking on this button will show a 'Fact Sheet' for a product. " & " Fact Sheets contain a brief description of the product, its " & "features and requirements." & Return & Return & "Click here to exit Help." into textholder
end if
if number = 7
then
put Return & "Clicking on this button will show an overview of a product. " & "Overview shows how a particular software product can " & "meet your computing needs." & Return & Return & "Click here to exit Help." into textholder
end if
if number = 8
then
put Return & "Clicking on this button takes you to another stack which " & " contains a demo of the product." & Return & Return & Return & "Click here to exit Help." into textholder
end if
if number = 9
then
put Return & "Clicking on this button will print either the " & "Overview or the Fact Sheet, whichever if currently shown." & Return & Return & "Click here to exit Help." into textholder
end if
set lockscreen to true
put textholder into card field "HelpMe"
show card field "HelpMe"
unlock screen with visual effect dissolve
end pfm
on closeCard
hide card field "HelpMe"
end CloseCard
-- part 2 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=466 top=302 right=326 bottom=510
-- title width / last selected line: 0
-- icon id / first selected line: 10668 / 10668
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect scroll right
pop card
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=211 top=302 right=326 bottom=467
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect scroll right
pop card
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=39 top=149 right=178 bottom=84
-- title width / last selected line: 0
-- icon id / first selected line: 9632 / 9632
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
pfm 5
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=39 top=115 right=140 bottom=84
-- title width / last selected line: 0
-- icon id / first selected line: 10668 / 10668
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
pfm 4
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=39 top=79 right=108 bottom=84
-- title width / last selected line: 0
-- icon id / first selected line: 2442 / 2442
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
pfm 3
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=39 top=9 right=37 bottom=84
-- title width / last selected line: 0
-- icon id / first selected line: 5814 / 5814
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
pfm 1
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=39 top=43 right=72 bottom=84
-- title width / last selected line: 0
-- icon id / first selected line: 15010 / 15010
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
pfm 2
end mouseUp
-- part 10 (field)
-- low flags: 81
-- high flags: 0002
-- rect: left=158 top=59 right=141 bottom=444
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 63
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: HelpMe
----- HyperTalk script -----
on mouseUp
set lockscreen to true
hide me
unlock screen with visual effect dissolve
end MouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=345 top=240 right=292 bottom=405
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
pfm 6
end mouseUp
-- part 13 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=285 top=240 right=292 bottom=345
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
pfm 7
end mouseUp
-- part 14 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=402 top=240 right=291 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
go to card "SLBnames"
end mouseUp
-- part 15 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=455 top=240 right=292 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
pfm 9
end mouseUp
-- part 16 (button)
-- low flags: 00
-- high flags: 8000
-- rect: left=145 top=242 right=290 bottom=263
-- title width / last selected line: 0
-- icon id / first selected line: 12040 / 12040
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Install Icon in Home Card
----- HyperTalk script -----
on mouseUp
ShowDialog 1,3759,"Do you want to install the CES Demos button in your home stack?",TRUE
if the result ≠ 1
then
exit mouseUp
end if
set userlevel to 5
put the short name of this stack into thisStack
put "Installing icon in Home Stack..."
push card
set the cursor to 4
choose button tool
click at loc of me
doMenu "Copy Button"
visual effect wipe left
go home
doMenu "Paste Button"
set loc of cd btn "Install Icon in Home Card" to 61,91
set name of cd btn "Install Icon in Home Card" to thisStack
set the cursor to 3
put "Drag the CES Demos button to where you want it..."
wait until the mouse is down
repeat until the mouse is up
set loc of cd btn thisStack to the mouseLoc
end repeat
put "on mouseUp" & return into setScript
visual effect dissolve
put "visual effect iris open" & return after setScript
put "go stack" && the NumToChar of 34 & thisStack & the NumToChar of 34 & return after setScript
put "end mouseUp" & return after setScript
set script of cd btn thisStack to setScript
choose browse tool
visual effect dissolve
--go back
pop card
play harpsichord "ee c"
put "All done!"
wait 2 seconds
hide msg
end mouseUp
-- part 18 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=292 top=300 right=329 bottom=337
-- title width / last selected line: 0
-- icon id / first selected line: 15010 / 15010
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
global FrontField
put "OV" into FrontField
set lockscreen to true
hide background field "Text1"
show background field "Text2"
go to prev card
unlock screen with visual effect scroll right
end mouseUp
-- part 19 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=336 top=300 right=328 bottom=381
-- title width / last selected line: 0
-- icon id / first selected line: 5814 / 5814
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
global FrontField
put "OV" into FrontField
set lockscreen to true
hide background field "Text1"
show background field "Text2"
go to card "
unlock screen with visual effect scroll left
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=380 top=300 right=329 bottom=425
-- title width / last selected line: 0
-- icon id / first selected line: 2442 / 2442
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
push card
visual effect scroll left
go to card "Help"
end mouseUp
-- part contents for background part 1
----- text -----
Help...
Click on any of the buttons on this card to show more information about that button and its function.
The "Install Icon in Home Card" button will install a button in your Home Card which will automatically take you to this stack.
Click the button in the lower right corner to return to the last card you were at.
-- part contents for background part 2
----- text -----
Help...
Who needs help? After all, this is HyperCard, one of the easiest programs in the world to use.
Just try clicking on things to see what they do. Don't be afraid to experiment, you can't break anything.
Click on any of the buttons to the left to display information about their functions.
Click the button in the lower right corner to return to the last card you were at.
-- part contents for card part 10
----- text -----
Clicking on this button will show a 'Fact Sheet' for a product. Fact Sheets contain a brief description of the product, its features and requirements.